home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ELEMENTS / SQU.OPD < prev    next >
Encoding:
Text File  |  1996-09-24  |  899 b   |  37 lines

  1. #[document 48.7574 120.707 140.393 212.343
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(53.00,208.10);
  16. l(53.00,124.95);
  17. l(136.15,124.95);
  18. l(136.15,208.10);
  19. l(53.00,208.10);
  20. close_edge();
  21. p=path();
  22. gc_draw_style(stroked);
  23. gc_line_join_style(round);
  24. gc_stroke_width(10.00);
  25. gc_font_draw_style(0);
  26. gc_color(0.00,0.00,0.00,53.00,124.95,0.00,0.00,0.00,136.15,208.10);
  27. gc_opacity(1.00,53.00,124.95,1.00,136.15,208.10);
  28. s[0]=draw(p);
  29. gc_draw_style(nzw);
  30. gc_color(0.00,0.00,0.00);
  31. gc_opacity(1.00);
  32. s[0]:=draw(p);
  33. page:=s[0];
  34. s=NULL;
  35. #]page
  36. #]document
  37.